Details
-
New Feature
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
3.3
-
None
Description
As in Javascript, === is a comparison operator that checks the equality of two values without performing any type conversion. This means that if the values being compared have different data types, === will return false.